 @charset "utf-8";

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#333;line-height:1.6;font-family:'AlibabaPuHuiTi-Regular','微软雅黑';min-width:320px;padding-top:80px;}
a{color:#333;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#ed4101;}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.container{position:relative;width:100%;max-width:1600px;min-width:320px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd60{padding:80px 0;overflow:hidden;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.font14{font-size:.875em;}
.font16{font-size:1.143em;}
.gray{background:#efefef;}

/* @font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot'); 
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'),
  url('../fonts/iconfont.svg#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'iconfont';  /* Project id 2769793 */
  src: url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.eot?t=1725108253982'); /* IE9 */
  src: url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.eot?t=1725108253982#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.woff2?t=1725108253982') format('woff2'),
  url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.woff?t=1725108253982') format('woff'),
  url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.ttf?t=1725108253982') format('truetype'),
  url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.svg?t=1725108253982#iconfont') format('svg');
}
.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}

/* 头部 */
.header{width:100%;height:80px;line-height:79px;font-size:1rem;background:#fff; transition:all .5s;position: fixed;top:0;width:100%;left:0;z-index:99;color:#333;border-bottom: 1px solid #eee;}
.logo span{color:#000;font-family:Arial;line-height:1.2;margin-left:15px;}
.logo span b{display:block;font-size:26px;font-weight:400;}
.header .container{height:80px;}
.nav{width:55%;margin-right:240px;display:flex;justify-content:space-between;max-width:760px;font-size:1.125rem;}
.nav .m{float:left;text-align:center;position:relative;}
.nav .m>a{color:#333;display:inline-block;position:relative;}
.nav .m>a::after{content:"";position:absolute;left:50%;bottom:25px;width:0;height:2px;background:#ed4101;transition:all .5s;}
.nav .cur>a,.nav .m>a:hover,.nav .on>a{color:#ed4101;}
/* .nav .cur>a::after,.nav .m>a:hover::after{width:100%;left:0;} */
.nav .navSub{position:absolute;left:50%;top:120%;background:#eee;line-height:35px;width:180px;color:#333;font-size:.875rem;transform:scale(0);transition:top .4s,opacity .4s;opacity:0;margin-left:-90px;}
.nav .navSub::after{content:"";position: absolute;left:50%;top:-12px;border:6px solid transparent;border-bottom-color:#ddd;margin-left:-6px;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#ed4101;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.headTel{position:absolute;right:0;font-size:1.25em;font-family:"Arial";background: url('../images/hPhone.png') no-repeat left center;padding-left:35px;}
.headTel span{display:block;}

/* 搜索 */
.topSear{position: absolute;padding:15px;border-top:1px #ddd solid; background:#fff;right:0;top:100%;display:none;width:100%;z-index:99;height:90px;}
.topSear form{width:40%;margin:0 auto;height:50px;line-height:50px;border-bottom: 1px solid #999;padding:0 30px 0 80px;position:relative;}
.topSear select{position:absolute;left:0; color:#666;top:15px;letter-spacing:4px;cursor:pointer;}
.topSear option{color:#333;}
.topSear .txt{width:100%;height:50px; line-height:50px;color:#333;}
.topSear .btn{position:absolute; width:30px;height:50px; cursor:pointer;transition:all 0.3s;background:url('../images/sBtn.png') no-repeat center;right:0;}
.topSear .btn:hover{opacity:.8;}
.topSear .close{position: absolute;right:50px;color:#333;font-size:1.5em;font-family:"iconfont";top:0;cursor:pointer;line-height:80px;display:none;}
.topSear textarea,.topSear input {-webkit-appearance: none;border-radius: 0;}

/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:24px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#333;margin-bottom:5px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger span:nth-child(2){width:16px;}
.navTrigger-on span:nth-child(1){transform: translateX(3px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapTel{font-family:"iconfont";position: absolute;color:#333;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}

/* 广告轮播图 */
.banner{position:relative;overflow:hidden;z-index:2;color:#fff;}
.banner img{width:100%;animation:scale 30s infinite;}
.banner .small{display:none;}
.swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .mouse{position:absolute;background: url('../images/mouse.png') no-repeat center;left:50%;bottom:60px;z-index:2;width:15px;height:28px;  -webkit-animation: mouse both ease-in 2s infinite; -o-animation: mouse both ease-in 2s infinite; animation: mouse both ease-in 2s infinite;margin-left:-8px;}
.banner div.progress{width:150px;bottom:62px;top:auto;background: rgba(255,255,255,.5);left:6%;height:2px;margin-left:25px;}
.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#fff;}
.banner .btn{width:30px;height:30px;border:1px solid #fff;top:auto;bottom:50px;right:6%;background:none;left:auto;transform: skew(-6deg);font-family:"iconfont";text-align:center;line-height:30px;font-size:.875rem;transition:all .4s;}
.banner .swiper-button-prev{margin-right:45px;}
.banner .btn:hover{opacity:1;background:#fff;color:#92007b;}
.banner .num{position: absolute;z-index:2;left:6%;bottom:50px;font-family:Arial;}
.banner .total{margin-left:180px;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}


/* 产品解决方案 */
.hTitle{font-size:2rem;margin-bottom:40px;color:#1f1e23;text-align:center;font-weight:700;line-height:1.4;text-transform: uppercase;}
.hTitle span{display:block;font-size:1.563em;font-weight:400;letter-spacing:4px;}
.solutinMain li{float: left;width:25%;height:620px;}
.solutinMain li a{display: block;position:relative;height:100%;overflow:hidden;}
.solutinMain li a::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:.4;}
.solutinMain li .txt{position:absolute;width:100%;padding:0 5%;text-align:center;bottom:70px;color:#fff;z-index:2;transition:all .5s;}
.solutinMain li h4{font-size:1.5em;}
.solutinMain li p{margin-top:0;opacity:0;height:0;transition:all .5s;}
.solutinMain li a:hover .bgImg{transform: scale(1.08);filter: blur(5px);}
.solutinMain li a:hover .txt{bottom:38%;}
.solutinMain li a:hover p{height:100px;opacity:1;margin-top:25px;}

/* 核心优势 */
.odds{position: relative;overflow:hidden;font-size:1.25em;text-align:center;}
.hTitleW{color:#fff;}
.oddsSlide{border-radius:15px;overflow:hidden;}
.odds .hTitle,.oddsSlide li .txt,.oddsMenu{position:absolute;top:80px;z-index:3;width:1000px;left:50%;margin-left:-500px;}
.oddsSlide li{height:760px;overflow:hidden;position:relative;}
.oddsSlide li .txt{top:360px;color:#fff;padding:0 8%;}
.oddsMenu{top:auto;bottom:80px;}
.oddsMenu ul{display: flex;justify-content: space-between;}
.oddsMenu li{float:left;margin-right:5px;}
.oddsMenu li a{color:#333;display:block;width:220px;height:140px;background:#fff;border-radius:4px;padding:15%;position:relative;overflow: hidden;z-index:2;}
.oddsMenu li a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:0;background:#ed4101 url('../images/rd_bg2.png') no-repeat right bottom;transition:all .6s;z-index:-1;}
.oddsMenu li a i{background-repeat: no-repeat;width:47px;height:44px;display:block;transition:all .5s;margin:0 auto;margin-bottom:10px;}
.oddsMenu .on a::after{height:100%;}
.oddsMenu .on a i{background-position: 0 -44px;}
.oddsMenu .on a{color:#fff;}


/* 关于我们 */
.about{background: url('../images/about_bg.jpg') no-repeat center;background-size:cover;}
.aboutL{width:50%;}
.aboutL .hTitle{text-align:left;margin-bottom:15px;}
.aboutL .title2{font-size:1.5em;color:#ed4101;}
.aboutL .pic{height:530px;border-radius:8px;overflow:hidden;margin-top:30px;}
.aboutR{width:45%;}
.aboutR .txt{line-height:1.8;margin-bottom:30px;}
.hMore{display:inline-block;height:46px;line-height:44px;border:1px solid #ed4101;border-radius:24px;padding:0 40px;color:#ed4101;}
.hMore i{margin-left:15px;display:inline-block;font-family:"iconfont";}
.hMore:hover{background:#ed4101;color:#fff;}
.hMore:hover i{animation: moveRightIn 1s 1;}

.aboutNum{text-align:left;overflow: hidden;position:absolute;right:0%;bottom:0;width:45%;}
.aboutNum li{float:left;width:50%;border-left:1px solid #e1e1e1;border-top: 1px solid #e1e1e1;height:200px;padding:7% 6% 0 6%;margin-left:-1px;margin-top:-1px;border-radius:8px;overflow:hidden;transition:all .5s;}
.aboutNum li span{margin-bottom:15px;display:block;color:#ed4101;line-height:1;font-size:1.125em;}
.aboutNum li b{font-size:2.667em;margin-right:5px;font-family:"Impact";font-weight:400;}
.aboutNum li:hover{background:#ed4101;color:#fff;}
.aboutNum li:hover *{color:#fff;transition:all .5s;}

/* 新闻快讯 */
.newsMenu{font-size:1.125em;margin-bottom:40px;text-align:center;}
.newsMenu a{margin:0 20px;}
.newsMenu .on,.newsMenu a:hover{color:#ed4101;}
.newsBox{font-size:.875em;overflow:hidden;}
.newsL{width:66%;overflow:hidden;}
.newsL li{float:left;width:48.5%;overflow:hidden;}
.newsL li .pic{height:360px;border:1px solid #eee;overflow:hidden;border-bottom:none;}
.newsL li .txt{background:#f6f8fa;padding:25px;position:relative;z-index:2;position:relative;z-index:2;}
.newsL li h4{font-size:1.286em;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#000;}
.newsL li p{height:55px;margin-bottom:10px;color:#777;}
.newsL li .date{display: block;font-family:"Arial";color:#999;}
.newsL li .date i{float:right;font-style:normal;}
.newsL li:nth-child(2){float:right;}
.newsL li .txt::after{content:"";position: absolute;left:0;bottom:0;width:0;height:1px;background:#ed4101;transition:all .5s;z-index:-1;}
.newsL li:hover .txt::after{width:100%;}
.newsL li:hover h4,.newsL li:hover .date i{color: #ed4101;transition:all .3s;}
.newsL li:hover .bgImg{transform: scale(1.08);} 

.newsR{width:32%;background:#f6f8fa;overflow:hidden;padding:25px 30px;}
.newsR li{position:relative;margin-bottom:12px;margin-bottom:20px;}
.newsR li a{display:block;color:#777;transition:all .5s;border-bottom:1px solid #e9ebed;height:106px;}
.newsR li a::after{content:"";position:absolute;left:0;bottom:-1px;width:0;height:1px;background:#ed4101;transition:all .5s;}
.newsR li h4{font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:10px;color:#191919;padding-left:15px;position:relative;}
.newsR li h4::after{content:"";position:absolute;width:6px;height:6px;border-radius:100%;background:#d3d6d8;left:0;top:10px;transition:all .5s;}
.newsR li a:hover h4{color: #ed4101;transition:all .5s;}
.newsR li a:hover h4::after{background:#ed4101;}
.newsR li a:hover::after{width:100%;}
.newsR li p{text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:2;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:2;}
.newsR li:last-child{margin-bottom:0;}


/*底部 */
.footer{background:#252525;overflow:hidden;font-size:.875rem;color:#888;}
.footMain{padding:50px 0 40px 0;overflow:hidden;line-height:2.2;}
.footMenu{overflow:hidden;width:50%;display: flex;justify-content: space-between;}
.footMenu dl{float:left;}
.footMenu dt,.footTxt h4{font-size:1.125em;color:#fff;margin-bottom:15px;line-height:1.2;position: relative;}
.footMenu dt::after{content:"\e60f";position: absolute;right:0;top:0;transition: transform 0.3s ease;display:none;font-family:"iconfont";opacity:.4;}
.footMenu dd a{display:block;}
.footMenu .on dt::after{transform: rotate(180deg);}
.footMenu .n dt::after{content:"\e624";transform: rotate(0);}
.footTxt{max-width:28%;margin-left:9%;}
.footTxt .tel{font-size:2em;color:#fff;font-weight:700;font-family:Arial;}
.footTxt p{padding-left:40px;}
.footTxt p i{margin-left:-40px;float:left;font-style:normal;}
.footTxt p span{display: block;}
.footWx{width:150px;text-align:center;}
.footWx span{display:block;margin-top:10px;}
.copyright{border-top: 1px solid #363539;padding:25px 0;overflow:hidden;}
.footer a{color:#888;}
.footer a:hover{color:#fff;}

/*内页公用 */
.listWrap{overflow:hidden;padding:80px 0;}
.listBan,.mzsmBanner{height:450px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;overflow:hidden;}
.listBan .txt{position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:leftPic .8s;color:#fff;max-width:1600px;margin:0 auto;width:100%;text-align:center;font-size:1.5em;text-transform: uppercase;letter-spacing:2px;line-height:1.2;}
.listBan .txt h3{font-size:1.875em;margin-bottom:20px;position:relative;padding-bottom:20px;}
.listBan .txt h3::after{content:"";position:absolute;left:0;bottom:0;width:50px;height:2px;background:#fff;left:50%;margin-left:-25px;}
.listBan .bgImg{transform: matrix(1, 0, 0, 1, 0, 0);-webkit-transform: matrix(1, 0, 0, 1, 0, 0);-webkit-animation: minus 8s 0s ease both infinite;-moz-animation: minus 8s 0s ease both infinite;animation: minus 8s 0s ease both infinite;animation-iteration-count: 1;-webkit-animation-iteration-count: 1;}
.listBan .hBtn{margin-top:70px;margin-right:20px;border-color:#222;color:#222;font-size:.9em;}
.listBan .hBtn:hover{border-color: #f90a0a;color:#fff;}

.breadCrumb{overflow:hidden;background:#fff;box-shadow:0 5px 10px #eee;font-size:.875em;}
.breadCrumb p{padding:25px 15px;background:url('../images/home_icon.png') no-repeat left center;padding-left:25px;background-size:18px;}
.breadCrumb .back{float:right;color:#fff;background:#666;line-height:30px;padding:0 10px;}
.breadCrumb .back:hover{background:#f90a0a;color:#fff;}
.breadCrumb .bc,.listMenu_box p .bc{color:#f90a0a;}
.breadCrumb .bc:hover,.listMenu_box p .bc:hover{text-decoration:underline;}

.listMenu_box{background:#fff;height:70px;line-height:70px;position: relative;z-index:3;font-size:1.125em;}
.listMenu_box::after{content:"";position:absolute;left:-100%;bottom:0;width:300%;height:100%;box-shadow:0 3px 8px #eee;z-index:-1;background:#fff;}
.listMenu{width:78%;overflow:hidden;}
.listMenu a{padding:0 40px;width:auto;color:#333;position: relative;z-index:5;display:inline-block;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;bottom:0;background:#f90a0a;transition:all .5s;z-index:-1;}
.listMenu .cur.on::before{content:"";position:absolute;left:50%;border:10px solid transparent;border-top-color: #f90a0a;bottom:-20px;margin-left:-10px;}
.listMenu a.cur,.listMenu a:hover{color:#fff;transition:all .5s;}
.listMenu a.cur::after,.listMenu a:hover::after{height:100%;}
.listMenu_box p{float:right;font-size:14px;background:url('../images/home_icon.png') no-repeat left center;padding-left:25px;background-size:18px;margin-left:15px;}
.menuSub{border-bottom: 1px solid #e9e9e9;padding:25px 0;}
.menuSub a{margin-right:40px;position:relative;padding-left:15px;}
.menuSub a::after{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;background:#666;}
.menuSub a:hover,.menuSub .cur{color:#f90a0a;}
.menuSub a:hover::after,.menuSub .cur::after{background:#f90a0a;}

/* 产品列表 */
.proSider{width:20%;font-size:1.125em;float:left;}
.proSider .title{background:#f90a0a;padding:30px 25px;color:#fff;font-size:1.667em;line-height:1;}
.proSider .title span{position:relative;padding-left:20px;display: block;}
.proSider .title span::after{content:"";position:absolute;top:3px;left:0;width:2px;height:30px;background:#fff;}
.proSider .title i{float:right;color:#f90a0a;display:none;font-size:14px;cursor:pointer;position: relative;padding-right:25px;font-style:normal;position: relative;z-index:5;}
.proSider .title i::after{content:"\e655";position:absolute;right:0;top:0;font-family:"iconfont";font-size:1.143rem;}

.proSide_sub{border:1px solid #e4e4e4;border-top:none;margin-bottom:25px;}
.proSide_sub li a{display:block;height:80px;line-height:80px;padding:0 6%;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position: relative;border-top:1px solid #ddd;}
.proSide_sub li i{font-family:"iconfont";margin-right:5px;font-style:normal;font-size:1.286em;position: relative;top:3px;}
.proSide_sub li:last-child a{border-bottom:none;}
.proSide_sub>li>a:after{content:"";position:absolute;left:-1px;top:0;height:0;width:3px;background:#f90a0a;transition:all 0.3s;}
.proSide_sub li a:hover,.proSide_sub li .cur{color:#f90a0a;background:#f5f5f5;}
.proSide_sub li .cur:after,.proSide_sub li a:hover:after{height:100%;}
.proSide_sub li ul{font-size:.889em;border-top: 1px solid #ddd;padding:5px 0;}
.proSide_sub li ul a{background: url('../images/ly_li.png') no-repeat 15% center;padding-left:20%;color:#666;height:36px;line-height:36px;font-size:13px;border:none;}
.proSide_sub li ul .cur,.proSide_sub li ul a:hover{background: url('../images/ly_li.png') no-repeat 15% center;color:#f90a0a; }

.relaPro{margin-top:25px;}
.relaPro .tie{background: #f8f8f8;padding:15px 5%;border:1px solid #ddd;border-top: 1px solid #f90a0a;margin-bottom:10px;font-size:1.44em;color:#333;}
.relaPro li .pImg{padding-top:70%;border:1px solid #ddd;background:#fff;}
.relaPro li p{height:60px;line-height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:10px;}
.relaPro li i{float:right;font-style:normal;margin-left:15px;font-family:"iconfont";}
.relaPro li:hover img{transform: scale(1.1);}

.proList{float:right;width:77%;}
.proInfo{overflow:hidden;margin-bottom:30px;}
.proInfo .txt{width:48%;}
.proInfo .pic{width:48%;height:450px;}

.proList ul{margin-right:-30px;overflow:hidden;}
.proList li{float:left;width:33.3%;margin-bottom:30px;padding-right:30px;}
.proList li .pImg{padding-top:70%;}
.proList li a{display: block;background:#f5f5f5;border:1px solid #f5f5f5;}
.proList li p{height:70px;line-height:70px;padding:0 20px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333; text-align: center;}
.proList li i{float:right;margin-left:10px;width:30px;height:30px;border:1px solid #f90a0a;border-radius:100%;margin-top:20px;line-height:28px;font-style:normal;font-family:"iconfont";color:#f90a0a;text-align:center;transform: rotate(320deg);font-size:.875em;transition:all .5s;}
.proList li a:hover img{transform:scale(1.1);}
.proList li a:hover i{transform:rotate(0);background:#f90a0a;color:#fff;}
.proList li a:hover p{color:#f90a0a;}


/*  产品详情 */
.proShow_box1{margin-bottom:60px;overflow: hidden;}
.gallery{width:48%;position:relative;}
.galleryBig{position:relative;height:500px;background:#fff;border:1px solid #ddd;}
.galleryBig li{height:500px;line-height:500px;text-align:center;}
.galleryBig p{position: absolute;bottom:-40px;left:0;height:40px;line-height:40px;text-align:center;width:100%;background: rgba(0,0,0,.6);color:#fff;transition:all .5s;z-index:5;}
.galleryBig p i{font-family:"iconfont";font-style:normal;margin-right:15px;}
.galleryBig:hover p{bottom:0;}
.gallery img{max-height:100%; vertical-align: middle;}
.gallerySmall{margin:10px 50px 0 50px;}
.gallerySmall li{cursor:pointer;pointer-events:initial !important;background:#fff;width:20%;height:100px;line-height:100px;text-align:center;}
.gallerySmall li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;border:1px solid #bdc4ce;}
.gallerySmall .on::after{border:2px solid #f90a0a;}
.gallery .btn{background:#333;width:35px;height:100px;line-height:100px;text-align:center;color:#fff;top:auto;bottom:0;opacity:.6;left:0;}
.gallery .swiper-button-next{right:0px;left:auto;}
.gallery .btn:hover {opacity:1;}

.proShow_R{width:48%;overflow:hidden;height:610px;background:#f4f4f4;padding:3%;}
.proShow_R .title{margin-bottom:20px;color:#333;border-bottom: 1px solid #ddd;font-size:2em;padding-bottom:20px;}
.proShow_R .font{min-height:120px;line-height:2;}
.proShow_R .tel{border-bottom: 1px solid #ddd;padding:20px;margin:20px 0;border-top: 1px solid #ddd;color:#191919;background: url('../images/zxtel.png') no-repeat left center;padding-left:40px;}
.proShow_R .tel span{ font-size:1.5em; }
.proShow_R .btn{margin-top:30px;overflow:hidden;position:relative;}
.proShow_R .btn a{display:block; width:40%;height:50px;line-height:50px;text-align:center;background:#fff;color:#333;margin-bottom:35px;max-width:180px;border-radius:5px;box-shadow:2px 2px 6px #ccc;}
.proShow_R .btn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;font-size:1.286rem;line-height:1;top:2px;}
.proShow_R .btn a:nth-child(2){color:#f00;}
.proShow_R .btn a:hover{background:#f90a0a;color:#fff;}
.proShow_R .wx{position: absolute;right:5%;top:0;width:120px;text-align:center;}
.proShow_R .wx img{width:100%;box-shadow:2px 2px 6px #ccc;}
.proShow_R .wx span{display:block;margin-top:10px;}

.proShow_main{width:72%;}
.proShow_main .title,.showTie2{height:80px; background:#fafafa; border:1px solid  #ddd;  padding: 0 4%;font-size:1.571em;line-height:80px;color:#f90a0a;}
.proShow_main .title span,.showTie2 span{position:relative;display:inline-block;}
.proShow_main .title span::after,.showTie2 span::after{content:"";position: absolute;left:0;bottom:0px;height:2px;background:#f90a0a;width:100%;}
.proShow_main .info{padding:4%;border-bottom: 1px solid #ddd;min-height:400px;border:1px solid #ddd;border-top:none;}
.proShow_main .tie{margin-bottom:30px;font-size:1.286em;border-left:3px solid #f90a0a;padding-left:20px;line-height:1;color:#333;}
.relaPros{margin-top:30px;overflow:hidden;width:100%;}
.relaPros .tie{font-size:1.5em;}


/*应用领域 封面*/
.solutionIndex li{position: relative;overflow:hidden;margin-bottom:60px;}
.solutionIndex li .pic{width:76%;float:right;height:600px;overflow: hidden;display: block;}
.solutionIndex li .info{width:40%; position: absolute;left:10px;bottom:60px;top:60px;background:#fff url('../images/pro_bg.jpg') no-repeat right bottom;;padding:3.5%;line-height:2;transition:all .5s;box-shadow:0 2px 10px #e1e1e1;background-size:60%;}

.solutionIndex li h3{font-size:2.5em;margin-bottom:25px;line-height:1.2;}
.solutionIndex li h3 a{color:#000;position: relative;padding-bottom:20px;display:inline-block;}
.solutionIndex li h3 a::after{content:"";position:absolute;bottom:0;width:50px;height:3px;background:#f90a0a;left:0;}
.solutionIndex li .txt{height:190px;margin-bottom:20px;}
.solutionIndex li .more i{font-style:normal;width:26px;height:26px;border:1px solid #f90a0a;line-height:24px;border-radius:100%;text-align:center;margin-right:10px;display:inline-block;}
.solutionIndex li h3 a:hover,.solutionIndex li .more{color:#f90a0a;}
.solutionIndex li .more:hover{padding-left:10px;}
.solutionIndex li:nth-child(2n) .pic{float:left;}
.solutionIndex li:nth-child(2n) .info{left:auto;right:10px;}
.solutionIndex li .pic:hover .bgImg{ transform:scale(1.08) !important;}

/* 应用领域详情 */
.solutionShow{width:60%;overflow:hidden;position:relative;}
.solutionShow li{height:520px;}
.solutionShow .btn{width:35px;height:35px;border-radius:100%;background:#fff;text-align:center;color:#333;line-height:35px;font-family:"宋体";font-weight:bold;font-size:20px;transition:all .3s;}
.solutionShow .btn:hover{background:#f90a0a;color:#fff;}
.solutionFont{width:40%;height:520px;background:#f5f5f5;overflow: hidden;padding:4% 5%;}
.solutionFont .title{font-size:2em;color:#f90a0a;margin-bottom:30px;padding-bottom:15px;position: relative;}
.solutionFont .title::after{content:"";position:absolute;bottom:0;width:60px;height:2px;background:#f90a0a;left:0;}

.solutionCon{background:#f5f5f5;overflow: hidden;}
.solutionCon .tie,.relativeS .tie{font-size:2em;color:#333;margin-bottom:30px;}
.relativeS ul{margin-right:-30px;}
.relativeS li{float:left;width:25%;padding-right:30px;text-align:center;}
.relativeS li p{height:60px;line-height:60px;background:#fff;}
.relativeS li .pImg{padding-top:90%;}
.relativeS li a:hover img{transform: scale(1.1);}

/*新闻列表 */
.newsSlide{overflow:hidden;position:relative;margin-bottom:50px;padding-bottom:0;}
.newsSlide li{background:#f5f5f5;overflow: hidden;}
.newsSlide li .pic{width:50%;height:450px;overflow: hidden;display:block;border: 1px solid #eee;}
.newsSlide li .txt{width:50%;padding:3% 5%;}
.newsSlide li .date{font-size:1.125em;color:#999;display: block;margin-bottom:10px;}
.newsSlide li .date b{color:#000;font-size:2em;font-weight:400;}
.newsSlide li h4{font-size: 1.5em;color:#000;margin-bottom:10px;height:65px;text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:2;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:2;}
.newsSlide li h4 a{color:#000;}
.newsSlide li .pic:hover .bgImg{transform:scale(1.05);}
.newsSlide li:hover h4 a{color:#f90a0a;}
.newsSlide p{line-height:2em;text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:3;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:3;}
.newsSlide .swiper-pagination{width:auto;left:55%;bottom:10%;}
.newsSlide .swiper-pagination-bullet{width:10px;height:10px;}

.newsList ul{margin-right:-20px;}
.newsList li{float: left;width:33.3%;padding-right:20px;margin-bottom:30px;}
.newsList li .pImg{border:1px solid #e8e8e8;padding-top:70%;}
.newsList li .txt{background:#f5f5f6;padding:25px;position: relative;z-index:2;}
.newsList li h4{color:#111;font-size:1.12em;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsList li p{text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:3;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:3;margin-bottom:15px;height:75px;font-size:0.9em;}
/* .newsList li .pImg{padding-top:90%;} */
.newsList li .date{font-family:Arial;color:#999;}
.newsList li .date i{float:right;font-family: "iconfont";font-style:normal;color:#666;font-size:2em;line-height:1;margin-top:-2px;}
.newsList li a:hover img{transform: scale(1.1);}
.newsList li a:hover h4,.newsList li a:hover p,.newsList li a:hover .date,.newsList li a:hover .date i{color:#fff;transition:all .5s;}
.newsList li a:hover .date,.newsList li a:hover p{opacity:.9;}
.newsList li .txt::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#f90a0a;background: linear-gradient(to bottom,rgba(214,21,24,.4),rgba(214,21,24,1)); z-index:-1;transition:all .5s;}
.newsList a:hover .txt::after{height:100%;}


.newsList li a:hover img{transform:scale(1.1);}
.newsList li a:hover h3,.newsList li a:hover i{color:#f90a0a;}

.faqList ul{padding-left:1px;padding-top:1px;overflow: hidden;}
.faqList li{float:left;width:33.3%;position:relative;border:1px solid #e5e5e5;margin-left:-1px;margin-top:-1px;transition:all .3s;padding:2.5%;height:260px;}
.faqList li::after{content:"";position: absolute;left:0;bottom:0;height:6px;background:#f90a0a;transition:all .5s;width:0;}
.faqList li h4{font-size:1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight:700;margin-bottom:10px;color:#333;}
.faqList li .tag{font-size:12px;margin:15px 0 20px 0;padding-left:25px;position:relative;color:#8f8f8f;}
.faqList li .tag::after{content:"\e606";font-family:"iconfont";position:absolute;left:0;top:-2px;font-size:1.143rem;}
.faqList li .txt{color:#777;height:100px;margin-bottom:15px;overflow:hidden;}
.faqList li .date{color:#999;display:block;}
.faqList li .date i{float:right;font-style:normal;font-size:1.286rem;font-family:"Arial";margin-top:-5px;}
.faqList li:hover::after{width:100%;}
.faqList li:hover{box-shadow:0 0 10px #ccc;}
.faqList li:hover h4 {color:#f90a0a;}


/* 新闻详情 */
.picShow_l {width:68.5%;overflow:hidden;}
.showTitle{font-size:2.571em;color:#333;margin-bottom:8px;}
.newsShow .txt .date{margin-right:15px;}
.showTie{overflow:hidden;margin-bottom:40px;}
.showTie h2{font-size:1.714em;color:#333;margin-bottom:25px;}
.showTie .txt span{color:#454545;position:relative;padding-left:22px;font-size:1.143em;margin-right:15px;}
.showTie .txt span:before{content:"\e62e";font-family:"iconfont";position:absolute;left:0;top:-1px;}
.showTie .txt .s:before{content:"\e735";font-size:1.2rem;top:-2px;}
.showTie .bshare-custom{margin-top:-30px;}
.newsShow .showTie p{font-size:.75rem;color:#999;}
.showCon{overflow:hidden;margin-bottom:40px;}
.showCon .ce img{min-width:60%;}
.show-synopsis{background:#f7f8fa;padding:15px;margin-bottom:40px;}
.show-synopsis i{display:inline-block;width:15px;background: url('../images/a_l.png') no-repeat;height:15px;margin-right:5px;}
.show-synopsis .r{background: url('../images/a_r.png') no-repeat;margin-left:5px;margin-right:0;}

.picShow_r{width:26%;overflow:hidden;}
.picShow_r .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.picShow_r .title span{display:inline-block;border-bottom: 1px solid #f90a0a;height:40px;}
.picShow_r .title a{float:right;font-size:12px;margin-top:4px;}
.picShow_r li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.picShow_r li .pImg{width:35%;float:left;padding-top:26%;margin-right:20px;border:1px solid #ddd;}
.picShow_r li h4{font-size:15px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#f90a0a;}
.picShow_r li:hover img{transform: scale(1.1);}
.picShow_r li:last-child{border-bottom:none;}
.rightNews_w li h4{font-size:18px;padding-top:10px;}
.showPage{height:90px;line-height:90px;overflow:hidden;background:#f1f1f1;}
.showPage a{float:left;width:43%;padding:0 20px;}
.showPage a i{font-style:normal;font-family:"宋体";font-weight:bold;padding-left:10px;margin-left:10px; border-left: 1px dotted #ccc;}
.showPage a:nth-child(2){float:right;text-align:right;}
.showPage a:nth-child(1) i{padding:0 10px 0 0;margin:0 10px 0 0; border-right: 1px dotted #ccc;border-left:none;}
.showPage a:nth-child(3){width:14%;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.showPage a:hover{background:#f90a0a;color:#fff;}
.rightNews,.rightContact{background:#f2f2f2;padding:5%;}
.rightNews_w,.rightContact_w{background:#fff;padding:8%;}
.rightContact{margin-top:30px;}
.rightContact h4{background: url('../images/zxIcon.png') no-repeat left 8px;padding-left:30px;font-size:2em;color:#191919;font-family:Arial;font-weight:bold;border-bottom: 1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
.rightContact p{padding-left:80px;margin-bottom:10px;overflow:hidden;}
.rightContact p span{margin-left:-80px;float:left;}
.newsRelative{margin-top:40px;}
.newsRelative .tie{font-size:1.714em;color:#191919;margin-bottom:20px;}
.newsRelative li{float: left;width:48%;height:46px;line-height:46px;border-bottom: 1px solid #eee;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;background: url('../images/ly_li.png') no-repeat left center;padding-left:15px;}
.newsRelative li:nth-child(2n){float:right;}
.newsRelative li span{float:right;opacity:.5;margin-left:15px;}

/* 关于我们 */
.listTie{font-size:2.5rem;text-align:center;color:#191919;position:relative;margin-bottom:40px;line-height:1.2;}
.listTie span{display: block;font-size:14px;margin-top:8px;}
.aboutBox1{font-size:1em;text-align:center;}
.aboutBox1 .info{max-width:1400px;margin:0 auto;line-height:1.8;}
.aboutBox1 .more{display:inline-block;margin-top:40px;width:180px;height:42px;line-height:40px;border:1px solid #ccc;border-radius:21px;letter-spacing:2px;}
.aboutBox1 .more:hover{background:#f90a0a;border-color: #a57608;color:#fff;}
.aboutBox1 .pic{margin-top:60px;}

.aboutNum2{max-width:1200px;margin:0 auto;background:#fff;padding:30px 5%;box-shadow:0  5px  15px #ddd;border-radius:70px;display:flex;justify-content: space-between;height:120px;margin-top:-60px;z-index:2;position:relative;text-align:left;}
.aboutNum2 li span{float:left;margin-right:20px;font-size:3.375em;font-weight:700;font-family:Arial;color:#f90a0a;line-height:1;}
.aboutNum2 li p{float:left;}
.aboutNum2 li b{display:block;color:#f90a0a;}

.culture{position: relative;overflow:hidden;}
.culture li{float: left;width:25%;text-align:center;position:relative;height:560px;background-position: center;background-repeat: no-repeat;background-size:cover;position: relative;z-index:2;}
.culture li::after{content:"";position: absolute;left:0;top:0;width:100%;height:100%;background:#f0ecec;z-index:-1;transition:all .6s;}
.culture li i{display:inline-block;width:90px;height:90px;transition:all .5s;}
.culture li h4{margin-top:20px;font-size:1.875em;color:#333;padding-bottom:25px;margin-bottom:40px;position:relative;line-height:1.4;}
.culture li h4::after{content:"";position: absolute;left:50%;width:70px;height:2px;background:#f90a0a;margin-left:-35px;bottom:0;}
.culture li .txt{padding:0 10%;color:#888;line-height:2;padding-top:25%;}
.culture li:hover::after{height:0;}
.culture li:hover i{background-position: 0 -90px;}
.culture li:hover .txt,.culture li:hover h4{color:#fff;}
.culture .swiper-pagination {display:none;}
.culture  .swiper-pagination-bullet{background:#fff;}
.honor{font-size:1em;}
.honorSlide li{float:left;width:25%;text-align:center;}
.honorSlide li a{display: block;position: relative;overflow:hidden;}
.honorSlide li p{margin-top:15px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.honorSlide li .pic{border:1px solid #ddd;transition:all .5s;display:block;height:200px;line-height:200px;}
.honorSlide li img{transition:all .5s;max-height:100%;}
.honorSlide li a:hover img{transform: scale(1.1);}
.honorSlide li a:hover .pImg{border-color:#f90a0a;}
.honor .swiper-pagination{position: static;margin-top:40px;height:2px;background:#e7e7e7;background:#e7e7e7;}
.swiper-pagination-progress .swiper-pagination-progressbar{background:#f90a0a;}

.setting{background:#f5f5f5;overflow: hidden;}
.settingMenu{text-align:center;margin-bottom:50px;overflow:hidden;}
.settingMenu a{display:inline-block;width:140px;height:40px;background:#fff;border-radius:5px;line-height:40px;margin:0 20px;position:relative;z-index:2;}
.settingMenu a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#f90a0a;z-index:-1;transition:all .5s;}
.settingMenu .on::after,.settingMenu a:hover::after{height:100%;}
.settingMenu .on,.settingMenu a:hover{color:#fff;}

.settingMain li{float:left;width:20%;padding-right:5px;padding-bottom:5px;}
.settingMain li .pImg{padding-top:74%;}
.settingMain li p{position:absolute;background: rgba(0,0,0,.5);padding:0 5%;height:50px;line-height:50px;color:#fff;left:0;bottom:-50px;z-index:2;width:100%;transition:all .3s;text-align:center;}
.settingMain li.big {width:40%;}
.settingMain li:hover img{transform: scale(1.1);}
.settingMain li:hover p{bottom:0;}

/* 图片列表 */
.picList ul{margin-right:-30px;}
.picList li{width:33.3%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:78%;border:1px solid #e1e1e1;}
.honorList li .pImg{padding-top:100%;}
.honorList li{width:25%;}
.honorList li .pic{height:370px;line-height:370px;border:1px solid #e1e1e1;transition:all .5s;display:block;overflow:hidden;}
.honorList li .pic img{transition:all .5s;max-height:100%;}
.picList li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:20px;}
.picList li a:hover img{transform:scale(1.1);}
.picList li a:hover p{color:#f90a0a;}

/* 合作伙伴*/
.partnerList ul{padding-left:1px;padding-top:1px;}
.partnerList li{float:left;width:14.3%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;overflow:hidden;}
.partnerList li .pImg{padding-top:72%;}
.partnerList li p{background:#ff7419;color:#fff;height:32px;line-height:32px;text-align:center;padding:0 10px;position:absolute;left:0;bottom:-32px;width:100%;font-size:12px;transition:all .5s;}
.partnerList li:hover{z-index:2;border:1px solid #ff7419;}
.partnerList li:hover p{bottom:0;}
.partnerList li:hover img{top:-20px;}

/* 联系*/
#dituContent{height:480px;}
.contactBox1 ul{display: flex;overflow: hidden;border-radius:10px;padding: 80px 60px;box-shadow: 2px 2px 20px #ddd;justify-content: space-between;}
.contactBox1 li{position: relative;color:#666;font-size:1.429em;padding-left:60px;}
.contactBox1 span{display:block;color:#f90a0a;font-weight:bold;margin-top: 4px;}
.contactBox1 li:before{content:"";font-family:"iconfont"; position: absolute;left:0;top:0;bottom: 0;margin: auto;height: fit-content;color: #f90a0a;font-size: 40px;}
.contactBox1 li:nth-child(1):before{content: "\e603";}
.contactBox1 li:nth-child(2):before{content: "\e6ee";}
.contactBox1 li:nth-child(3):before{content: "\e63a";}

.contactBox2{margin:20px auto 80px auto;overflow:hidden;background:#fff;border-radius:8px;box-shadow: 2px 2px 20px #ddd;}
.feedback{width:50%;background:url('../images/feedabck_bg.jpg') no-repeat center;background-size:cover;padding:3%;color:#fff;}
.feedback .title{font-size:1.750em;margin-bottom: 30px;}
.feedback .title span{display:block;font-size:12px;opacity:.8;}

.feedback p{width:49%;float: left;;height: 60px;line-height: 60px;position: relative;margin-bottom: 10px;position: relative;border-bottom: 1px solid #fff;font-size:16px;}
.feedback p:nth-child(2n){float:right;}
.feedback p input{width: 100%;height: 100%;color:#fff;}
.feedback .tarea{width: 100%;height: 120px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.feedback textarea{width: 100%;height: 100%;color:#fff;}
.feedback .code{clear:both;padding-top:40px;}
.feedback .code input{height: 60px;line-height: 60px;border-bottom: 1px solid #fff;}
.feedback .code .c{width: 20%;padding: 0 15px;}
.feedback .code img{padding:19px;background:#fff;}
.feedback .sub {background: #fff;width: 30%;cursor: pointer;transition: all .3s;color: #fff;display:inline-block;height: 50px;line-height: 50px;margin-top:30px;color:#f90a0a;font-size:18px;border-radius:5px;}
.feedback .sub:hover{background:#f90a0a;color:#fff;}
.feedback input::-webkit-input-placeholder,.feedback textarea::-webkit-input-placeholder{color:#fff;}
.feedback input::-moz-placeholder,.feedback textarea::-moz-placeholder{ color:#fff;}
.feedback input:-moz-placeholder,.feedback textarea:-moz-placeholder{  color:#fff;}
.feedback input:-ms-input-placeholder,.feedback textarea:-ms-input-placeholder{ color:#fff;}
.contactInfo{width:50%;padding:3%;line-height:2;overflow:hidden;}
.contactInfo .txt{margin-bottom:30px;min-height:240px;}
.contactInfo .ewm{float: left;width:130px;text-align:center;font-size:14px;position: relative;margin-right:80px;}
.contactInfo .ewm span{display:block;}
.contactInfo .ewm::after{content:"";position: absolute;right:-40px;border-right: 1px dotted #ccc;top:20px;bottom:40px;}
.contactInfo .zx{display:inline-block;margin-top:40px;background:#f90a0a;color:#fff;font-size:14px;height:40px;line-height:40px;border-radius:20px;width:160px;text-align:center;}
.contactInfo .zx:hover{background:#f90a0a;}
